wayland: Update to new SHM buffer format type
authorRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 11:35:04 +0000 (11:35 +0000)
committerRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 11:36:36 +0000 (11:36 +0000)
gdk/wayland/gdkcursor-wayland.c

index 51e41cdc0bd53dd0147aab78d282edc3c5705810..6e3e14b438dd7730be363020c331c1bbcb730896 100644 (file)
@@ -227,7 +227,7 @@ create_cursor(GdkDisplayWayland *display, GdkPixbuf *pixbuf, int x, int y)
                                        fd,
                                        cursor->width,
                                        cursor->height,
-                                       stride, WL_SHM_FORMAT_ARGB32);
+                                       stride, WL_SHM_FORMAT_ARGB8888);
 
   close(fd);